added SSCLI 1.0
[windows-sources.git] / shared source / sscli_ref_20021101 / docs / System.Globalization / System.Globalization.html
blob4bb4e41decc3ad0387a1e7b13c43946273b9072a
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
2 <head>
3 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <link rel="stylesheet" type="text/css" href="../refdoc.css">
5 <title>Namespace: System.Globalization</title>
6 </head>
7 <body>
8 <h2>Namespace: System.Globalization</h2>
9 <dl>
10 <dd>
11 <p> The <a href="../System.Globalization/System.Globalization.html">System.Globalization</a> namespace contains classes that define culture-related information, including the language, the country/region, the calendars in use, the format patterns for dates, currency, and numbers, and the sort order for strings.</p>
12 </dd>
13 </dl>
14 <h3>Members of System.Globalization Namespace</h3><b>Classes</b><dl>
15 <dd>
16 <table border="1" width="90%" style="border-collapse: collapse">
17 <tr valign="top">
18 <th bgcolor="#C0C0C0">Class</th>
19 <th bgcolor="#C0C0C0">
20 Description
21 </th>
22 </tr>
23 <tr valign="top">
24 <td width="30%"><a href="types/Calendar.html">class Calendar</a></td>
25 <td width="60%"> Represents time in divisions, such as weeks, months, and years. 
26 </td>
27 </tr>
28 <tr valign="top">
29 <td width="30%"><a href="types/CompareInfo.html">class CompareInfo</a></td>
30 <td width="60%"> Implements a set of methods for culture-sensitive string comparisons. 
31 </td>
32 </tr>
33 <tr valign="top">
34 <td width="30%"><a href="types/CultureInfo.html">class CultureInfo</a></td>
35 <td width="60%"> Represents information about a specific culture including the names of the culture, the writing system, and the calendar used, as well as access to culture-specific objects that provide methods for common operations, such as formatting dates and sorting strings. 
36 </td>
37 </tr>
38 <tr valign="top">
39 <td width="30%"><a href="types/DateTimeFormatInfo.html">class DateTimeFormatInfo</a></td>
40 <td width="60%"> Defines how <a href="../System/types/DateTime.html">DateTime</a> values are formatted and displayed, depending on the culture. 
41 </td>
42 </tr>
43 <tr valign="top">
44 <td width="30%"><a href="types/DaylightTime.html">class DaylightTime</a></td>
45 <td width="60%"> Defines the period of daylight-saving time. 
46 </td>
47 </tr>
48 <tr valign="top">
49 <td width="30%"><a href="types/GregorianCalendar.html">class GregorianCalendar</a></td>
50 <td width="60%"> Represents the Gregorian calendar. 
51 </td>
52 </tr>
53 <tr valign="top">
54 <td width="30%"><a href="types/HebrewCalendar.html">class HebrewCalendar</a></td>
55 <td width="60%"> Represents the Hebrew calendar. 
56 </td>
57 </tr>
58 <tr valign="top">
59 <td width="30%"><a href="types/HijriCalendar.html">class HijriCalendar</a></td>
60 <td width="60%"> Represents the Hijri calendar. 
61 </td>
62 </tr>
63 <tr valign="top">
64 <td width="30%"><a href="types/JapaneseCalendar.html">class JapaneseCalendar</a></td>
65 <td width="60%"> Represents the Japanese calendar. 
66 </td>
67 </tr>
68 <tr valign="top">
69 <td width="30%"><a href="types/JulianCalendar.html">class JulianCalendar</a></td>
70 <td width="60%"> Represents the Julian calendar. 
71 </td>
72 </tr>
73 <tr valign="top">
74 <td width="30%"><a href="types/KoreanCalendar.html">class KoreanCalendar</a></td>
75 <td width="60%"> Represents the Korean calendar. 
76 </td>
77 </tr>
78 <tr valign="top">
79 <td width="30%"><a href="types/NumberFormatInfo.html">class NumberFormatInfo</a></td>
80 <td width="60%"> Defines how numeric values are formatted and displayed, depending on the culture. 
81 </td>
82 </tr>
83 <tr valign="top">
84 <td width="30%"><a href="types/RegionInfo.html">class RegionInfo</a></td>
85 <td width="60%"> Contains information about the country/region. 
86 </td>
87 </tr>
88 <tr valign="top">
89 <td width="30%"><a href="types/SortKey.html">class SortKey</a></td>
90 <td width="60%"> Maps strings to their sort keys. 
91 </td>
92 </tr>
93 <tr valign="top">
94 <td width="30%"><a href="types/StringInfo.html">class StringInfo</a></td>
95 <td width="60%"> Provides functionality to split a string into text elements and to iterate through those text elements. 
96 </td>
97 </tr>
98 <tr valign="top">
99 <td width="30%"><a href="types/TaiwanCalendar.html">class TaiwanCalendar</a></td>
100 <td width="60%"> Represents the Taiwan Calendar. 
101 </td>
102 </tr>
103 <tr valign="top">
104 <td width="30%"><a href="types/TextElementEnumerator.html">class TextElementEnumerator</a></td>
105 <td width="60%"> Enumerates the text elements of a string. 
106 </td>
107 </tr>
108 <tr valign="top">
109 <td width="30%"><a href="types/TextInfo.html">class TextInfo</a></td>
110 <td width="60%"> Defines properties and behaviors, such as casing, that are specific to a writing system. 
111 </td>
112 </tr>
113 <tr valign="top">
114 <td width="30%"><a href="types/ThaiBuddhistCalendar.html">class ThaiBuddhistCalendar</a></td>
115 <td width="60%"> Represents the Thai Buddhist calendar. 
116 </td>
117 </tr>
118 </table>
119 </dd>
120 </dl><br><b>Enumerations</b><dl>
121 <dd>
122 <table border="1" width="90%" style="border-collapse: collapse">
123 <tr valign="top">
124 <th bgcolor="#C0C0C0">Enumeration</th>
125 <th bgcolor="#C0C0C0">
126 Description
127 </th>
128 </tr>
129 <tr valign="top">
130 <td width="30%"><a href="types/CalendarWeekRule.html">enumeration CalendarWeekRule</a></td>
131 <td width="60%"> Defines different rules for determining the first week of the year. 
132 </td>
133 </tr>
134 <tr valign="top">
135 <td width="30%"><a href="types/CompareOptions.html">enumeration CompareOptions</a></td>
136 <td width="60%"> Defines the string comparison options to use with <a href="../System.Globalization/types/CompareInfo.html">CompareInfo</a>
137 </td>
138 </tr>
139 <tr valign="top">
140 <td width="30%"><a href="types/CultureTypes.html">enumeration CultureTypes</a></td>
141 <td width="60%"> Defines the types of culture lists that can be retrieved using <a href="#GetCultures(System.Globalization.CultureTypes)">CultureInfo.GetCultures</a>
142 </td>
143 </tr>
144 <tr valign="top">
145 <td width="30%"><a href="types/DateTimeStyles.html">enumeration DateTimeStyles</a></td>
146 <td width="60%"> Defines the formatting options that customize how the <a href="../System/types/DateTime.html#Parse(System.String)">DateTime.Parse</a> and <a href="../System/types/DateTime.html#ParseExact(System.String,System.String,System.IFormatProvider)">DateTime.ParseExact</a> methods parse a string. 
147 </td>
148 </tr>
149 <tr valign="top">
150 <td width="30%"><a href="types/GregorianCalendarTypes.html">enumeration GregorianCalendarTypes</a></td>
151 <td width="60%"> Defines the different language versions of the Gregorian calendar. 
152 </td>
153 </tr>
154 <tr valign="top">
155 <td width="30%"><a href="types/NumberStyles.html">enumeration NumberStyles</a></td>
156 <td width="60%"> Determines the styles permitted in numeric string arguments that are passed to the methods of the numeric base type classes. 
157 </td>
158 </tr>
159 <tr valign="top">
160 <td width="30%"><a href="types/UnicodeCategory.html">enumeration UnicodeCategory</a></td>
161 <td width="60%"> Defines the Unicode category of a character. 
162 </td>
163 </tr>
164 </table>
165 </dd>
166 </dl><br><b>Namepace hierarchy</b><br><ul class="none">
167 <li><a href="../System/types/Object.html">System.Object</a></li>
168 <ul class="none">
169 <li><a href="../System.Globalization/types/Calendar.html">System.Globalization.Calendar</a></li>
170 <ul class="none">
171 <li><a href="../System.Globalization/types/GregorianCalendar.html">System.Globalization.GregorianCalendar</a></li>
172 </ul>
173 <ul class="none">
174 <li><a href="../System.Globalization/types/HebrewCalendar.html">System.Globalization.HebrewCalendar</a></li>
175 </ul>
176 <ul class="none">
177 <li><a href="../System.Globalization/types/HijriCalendar.html">System.Globalization.HijriCalendar</a></li>
178 </ul>
179 <ul class="none">
180 <li><a href="../System.Globalization/types/JapaneseCalendar.html">System.Globalization.JapaneseCalendar</a></li>
181 </ul>
182 <ul class="none">
183 <li><a href="../System.Globalization/types/JulianCalendar.html">System.Globalization.JulianCalendar</a></li>
184 </ul>
185 <ul class="none">
186 <li><a href="../System.Globalization/types/KoreanCalendar.html">System.Globalization.KoreanCalendar</a></li>
187 </ul>
188 <ul class="none">
189 <li><a href="../System.Globalization/types/TaiwanCalendar.html">System.Globalization.TaiwanCalendar</a></li>
190 </ul>
191 <ul class="none">
192 <li><a href="../System.Globalization/types/ThaiBuddhistCalendar.html">System.Globalization.ThaiBuddhistCalendar</a></li>
193 </ul>
194 </ul>
195 <ul class="none">
196 <li><a href="../System.Globalization/types/CompareInfo.html">System.Globalization.CompareInfo</a> --- <a href="../System.Runtime.Serialization/types/IDeserializationCallback.html">System.Runtime.Serialization.IDeserializationCallback</a></li>
197 </ul>
198 <ul class="none">
199 <li><a href="../System.Globalization/types/CultureInfo.html">System.Globalization.CultureInfo</a> --- <a href="../System/types/ICloneable.html">System.ICloneable</a>, <a href="../System/types/IFormatProvider.html">System.IFormatProvider</a></li>
200 </ul>
201 <ul class="none">
202 <li><a href="../System.Globalization/types/DateTimeFormatInfo.html">System.Globalization.DateTimeFormatInfo</a> --- <a href="../System/types/ICloneable.html">System.ICloneable</a>, <a href="../System/types/IFormatProvider.html">System.IFormatProvider</a></li>
203 </ul>
204 <ul class="none">
205 <li><a href="../System.Globalization/types/DaylightTime.html">System.Globalization.DaylightTime</a></li>
206 </ul>
207 <ul class="none">
208 <li><a href="../System.Globalization/types/NumberFormatInfo.html">System.Globalization.NumberFormatInfo</a> --- <a href="../System/types/ICloneable.html">System.ICloneable</a>, <a href="../System/types/IFormatProvider.html">System.IFormatProvider</a></li>
209 </ul>
210 <ul class="none">
211 <li><a href="../System.Globalization/types/RegionInfo.html">System.Globalization.RegionInfo</a></li>
212 </ul>
213 <ul class="none">
214 <li><a href="../System.Globalization/types/SortKey.html">System.Globalization.SortKey</a></li>
215 </ul>
216 <ul class="none">
217 <li><a href="../System.Globalization/types/StringInfo.html">System.Globalization.StringInfo</a></li>
218 </ul>
219 <ul class="none">
220 <li><a href="../System.Globalization/types/TextElementEnumerator.html">System.Globalization.TextElementEnumerator</a> --- <a href="../System.Collections/types/IEnumerator.html">System.Collections.IEnumerator</a></li>
221 </ul>
222 <ul class="none">
223 <li><a href="../System.Globalization/types/TextInfo.html">System.Globalization.TextInfo</a> --- <a href="../System.Runtime.Serialization/types/IDeserializationCallback.html">System.Runtime.Serialization.IDeserializationCallback</a></li>
224 </ul>
225 <ul class="none">
226 <li><a href="../System/types/ValueType.html">System.ValueType</a></li>
227 <ul class="none">
228 <li><a href="../System/types/Enum.html">System.Enum</a></li>
229 <ul class="none">
230 <li><a href="../System.Globalization/types/CalendarWeekRule.html">System.Globalization.CalendarWeekRule</a></li>
231 </ul>
232 <ul class="none">
233 <li><a href="../System.Globalization/types/CompareOptions.html">System.Globalization.CompareOptions</a></li>
234 </ul>
235 <ul class="none">
236 <li><a href="../System.Globalization/types/CultureTypes.html">System.Globalization.CultureTypes</a></li>
237 </ul>
238 <ul class="none">
239 <li><a href="../System.Globalization/types/DateTimeStyles.html">System.Globalization.DateTimeStyles</a></li>
240 </ul>
241 <ul class="none">
242 <li><a href="../System.Globalization/types/GregorianCalendarTypes.html">System.Globalization.GregorianCalendarTypes</a></li>
243 </ul>
244 <ul class="none">
245 <li><a href="../System.Globalization/types/NumberStyles.html">System.Globalization.NumberStyles</a></li>
246 </ul>
247 <ul class="none">
248 <li><a href="../System.Globalization/types/UnicodeCategory.html">System.Globalization.UnicodeCategory</a></li>
249 </ul>
250 </ul>
251 </ul>
252 </ul><br><i><a href="../documentation_license.txt">
253 Copyright (c) 2002 Microsoft Corporation. All rights reserved.
254 </a></i></body>
255 </html>